projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d47d5
)
(epg-wait-for-completion): Add a comment explaining the reason of the
author
Daiki Ueno
<ueno@unixuser.org>
Mon, 4 May 2009 01:33:32 +0000
(
01:33
+0000)
committer
Daiki Ueno
<ueno@unixuser.org>
Mon, 4 May 2009 01:33:32 +0000
(
01:33
+0000)
previous change.
lisp/epg.el
patch
|
blob
|
history
diff --git
a/lisp/epg.el
b/lisp/epg.el
index 3c80ef9db7741a06d722ee01e9dad7b273b6c3c0..5c9fd9b882bec874366dabccb164e2db30450981 100644
(file)
--- a/
lisp/epg.el
+++ b/
lisp/epg.el
@@
-1176,6
+1176,7
@@
This function is for internal use only."
"Wait until the `epg-gpg-program' process completes."
(while (eq (process-status (epg-context-process context)) 'run)
(accept-process-output (epg-context-process context) 1))
+ ;; This line is needed to run the process-filter right now.
(sleep-for 0.1))
(defun epg-reset (context)